home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TIME - Seven Days in August
/
TIME - Seven Days in August.iso
/
go.bat
next >
Wrap
DOS Batch File
|
1993-08-01
|
2KB
|
55 lines
@ECHO OFF
cd \intro
CLS
REM ***************************************************************************
REM Make sure a sample C:\EDUQUEST\EDUQUEST.INI is available to the user
REM ***************************************************************************
IF NOT EXIST C:\EDUQUEST\EDUQUEST.INI MD C:\EDUQUEST >NUL
IF NOT EXIST C:\EDUQUEST\EDUQUEST.INI COPY EDUQUEST.INI C:\EDUQUEST >NUL
:NOWINDOWS
REM ***************************************************************************
REM Check if AUDIO1$ audio device driver is loaded
REM ***************************************************************************
IF EXIST CHKAUD.COM GOTO CHKA
IF NOT EXIST C:\EDUQUEST\CHKAUD.COM GOTO GOBAT
C:\EDUQUEST\CHKAUD
GOTO CHKA2
:CHKA
CHKAUD
:CHKA2
REM If errorlevel == 0, then AUDIO$1 is already loaded
IF NOT ERRORLEVEL == 1 GOTO GOBAT
REM ***************************************************************************
REM Determine which audio device driver to load
REM ***************************************************************************
IF EXIST SETAUDIO.EXE GOTO GETA
IF NOT EXIST C:\EDUQUEST\SETAUDIO.EXE GOTO GOBAT
C:\EDUQUEST\SETAUDIO /C
GOTO GETA2
:GETA
SETAUDIO /C
:GETA2
REM If errorlevel == 0, the c:\eduquest\eql.bat created successfully
IF ERRORLEVEL == 1 GOTO GOBAT
IF NOT EXIST C:\EDUQUEST\EQL.BAT GOTO GOBAT
C:\EDUQUEST\EQL.BAT
GOTO END
:GOBAT
REM Execute the normal CD-ROM startup procedure
ECHO Starting Seven Days in August - Please wait...
\RTIME\LLR /z /t /r /g /n /llhome=\intro intro
:END
REM ***************************************************************************
REM GO.MDL Model for creating GO.BAT
REM ***************************************************************************
REM Input parameters:
REM
REM None
REM
cd \